.b-search {
	float:left;
	display:inline;
	height:24px;
	line-height:24px;
	overflow:hidden;
	position:relative;
}
	.b-search .b-search_input, .b-search .b-l, .b-search .b-r {
		float:left;
		width:153px;
		display:inline;
		height:24px;
		line-height:24px;
	} 
	.b-search .b-l, .b-search .b-r {
		width:12px;
		height:24px;
		overflow:hidden;	
	}
	.b-search .b-r {
		background-position:-12px 0;
	}
	.b-search .b-search_input {
		position:relative;
		z-index:1;
	}
		.b-search .b-search_input LABEL {
			position:absolute;
			display:block;
			float:left;
			width:100%;
			top:0;
			left:1px;
			cursor:text;
			color:#666;
			z-index:2;
			vertical-align:middle;
		}
		.b-search .b-search_input INPUT {
			float:left;
			border:0;
			padding:0;
			margin:0;
			background:#f0f0f0;
			width:153px;
			font:13px/15px 'Trebuchet MS', Arial, Helvetica, sans-serif;
			position:relative;
			z-index:1;
			padding:4px 0 5px;
			height:15px;
		}
	.b-search .b-search_button {
		float:left;
		display:inline;
		margin-left:6px;
		width:25px;
		height:24px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
		.b-search .b-search_button INPUT {
			float:left;
			border:0;
			padding:0;
			margin:0;
			width:25px;
			height:24px;
			text-indent:-9999px;
			cursor:pointer;
		}
/* b-search_bot > */
.b-search_bot .b-search .b-search_input {
	width:114px;
}
.b-search_bot .b-search .b-l, .b-search_bot .b-search .b-r {
	background-position:0 -24px;	
}
.b-search_bot .b-search .b-r {
	background-position:-12px -24px;
}
.b-search_bot .b-search .b-search_input INPUT {
	width:114px;
	background:#bbb;
}
.b-search_bot .b-search .b-search_button INPUT {
		background-position:0 -121px;
	}
/* b-search_bot < */